ComponentOne FlexReport for WinForms
Move Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObjectCollection<TItem> Class : Move Method
The current index.
The new index.
Moves the item with the specified index to a new new position specified by newIndex.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal index As System.Integer, _
   ByVal newIndex As System.Integer _
) 
public void Move( 
   System.int index,
   System.int newIndex
)

Parameters

index
The current index.
newIndex
The new index.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members